GlossaryDocument Class

Represents a glossary document.

Definition

Namespace: Independentsoft.Office.Word
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class GlossaryDocument
Inheritance
Object    GlossaryDocument

Constructors

GlossaryDocument Initializes a new instance of the GlossaryDocument class.

Properties

Background Gets or sets the document background.
Comments 
Endnotes 
Entries 
Fonts 
Footnotes 
Ignorable Gets or sets the space-delimited list of namespace prefixes that a consumer may ignore (the mc:Ignorable attribute).
NumberingDefinitions Gets or sets the document numberings.
Settings Gets the document settings.
StyleDefinitions Gets or sets the document styles.
WebSettings Gets the document web settings.

Methods

Clone Creates a new object that is a deep copy of the current GlossaryDocument object.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a string that represents the current GlossaryDocument.
(Overrides ObjectToString)

See Also